blackfin: Use the generic bitops headers
authorFabio Estevam <[email protected]>
Thu, 5 Nov 2015 14:43:27 +0000 (12:43 -0200)
committerTom Rini <[email protected]>
Thu, 5 Nov 2015 15:52:06 +0000 (10:52 -0500)
The generic bitops headers are required when calling logarithmic
functions, such as ilog2().

Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
arch/blackfin/include/asm/bitops.h

index cd7e3564595e2ba1bb8eec13e78394024091cdd5..6cde6dbfdef2636c6f8d0094c4d60f72dcaf2855 100644 (file)
 
 #include <asm/byteorder.h>
 #include <asm/system.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
+#include <asm-generic/bitops/__ffs.h>
 
 #ifdef __KERNEL__
 /*